home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NASA Climatology Interdisciplinary Data Collection
/
NASA Climatology Interdisciplinary Data Collection - Disc 4.iso
/
software
/
grads
/
lib
/
functions
/
dtghcur.gf
< prev
next >
Wrap
Text File
|
1994-02-16
|
275b
|
13 lines
function dtghcur(dtgh)
*
* convert dtg to GrADS time
*
moname='JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC'
iyr=substr(dtgh,1,2)*1
imo=substr(dtgh,3,2)*1
ida=substr(dtgh,5,2)*1
ihr=substr(dtgh,7,2)*1
nmo=subwrd(moname,imo)
imo=i
return (ihr%'Z'ida%nmo%iyr)